home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 June / CMycha200106.iso / Urwisy / start.exe / scripts / DefineButton2_775 / BUTTONCONDACTION on(release).as
Text File  |  2001-05-17  |  128b  |  11 lines

  1. on(release){
  2.    tellTarget("/TV")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6.    tellTarget("_LEVEL0/")
  7.    {
  8.       play();
  9.    }
  10. }
  11.